17. Exercise: Notification Badges

L1 A17 Notification Badges

Exercise

  1. Add the setShowBadge(false) to the channel creation code for the egg timer to disable badges.
// EggTimerFragment.kt
    // TODO: Step 2.6 disable badges for this channel
    .apply {
        setShowBadge(false)
    }
  1. Before running the timer, uninstall the app. Run the app again, start the timer and watch the app icon. You shouldn’t see any badges on the app icon.